Reject

This operation transfers the council's decision to reject the DA from the council's IT system to the Online DA Service.

path Parameters
CaseID
required
string

A fully qualified application number or case id

header Parameters
CouncilID
required
string

The council LGA name to indicate the request is originating from a specific council

IdempotencyID
required
string

Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1"

Request Body schema: application/json
rejectDate
required
string <date>

Date of rejection

rejectReason
required
string
Enum: "MISSING_ENVIRONMENTAL_IMPACT_STATEMENT" "DOES_NOT_COMPLY_WITH_EPA_REGULATION" "ILLEGIBLE_OR_UNCLEAR_APPLICATION"
rejectReasonDescription
required
string <= 512 characters

Detailed reason the council is rejecting the application

required
object (Person)

Responses

Request samples

Content type
application/json
{
  • "rejectDate": "2019-08-24",
  • "rejectReason": "MISSING_ENVIRONMENTAL_IMPACT_STATEMENT",
  • "rejectReasonDescription": "string",
  • "UpdatedBy": {
    }
}